blob: 1ea0707560ef2e197221597187c7409d2d0c1787 [file] [log] [blame]
Brad Larsonaeb69182009-09-04 23:12:15 -05001Gerrit2 - Server Programs
2=========================
3
4Server side programs can be started by executing the WAR file
5through the Java command line. For example:
6
7 $ java -jar gerrit.war program [options]
8
9[[programs]]Programs
10--------------------
11
Shawn O. Pearce2fe738b2009-11-17 14:52:07 -080012link:pgm-init.html[init]::
13 Initialize a new Gerrit server installation
Brad Larsonaeb69182009-09-04 23:12:15 -050014
15link:pgm-daemon.html[daemon]::
Shawn O. Pearcefa2486a2009-11-11 14:51:30 -080016 Gerrit HTTP, SSH network server.
Brad Larsonaeb69182009-09-04 23:12:15 -050017
Shawn O. Pearce7c5941b2009-11-17 20:47:04 -080018link:pgm-gsql.html[gsql]::
19Administrative interface to idle database.
20
Brad Larsonaeb69182009-09-04 23:12:15 -050021version::
22 Display the release version of Gerrit Code Review.
23
Shawn O. Pearce2fe738b2009-11-17 14:52:07 -080024CreateSchema::
25 Initialize a new database schema.
26
Brad Larsonaeb69182009-09-04 23:12:15 -050027GERRIT
28------
29Part of link:index.html[Gerrit Code Review]